home *** CD-ROM | disk | FTP | other *** search
/ Maclife 40 / MACLIFE40.ISO.7z / MACLIFE40.ISO / 各社アップデータ / 沖データ / ML7300PSII / ML7300-util-2.1.7.sea.hqx↵ / %83%86%81[%83e%83B%83%8a%83e%83B / ML7300PS Plug-In.rsrc / STR_131_Paper Tray standard.txt < prev    next >
Text File  |  1997-03-07  |  229b  |  14 lines

  1.     currentpagedevice /InputAttributes get dup 0 known
  2.     {
  3.         0 get dup null eq {
  4.             pop
  5.         } {
  6.             dup length 1 add dict copy
  7.             dup /InputAttributes
  8.             1 dict dup /Priority [0] put
  9.             put setpagedevice
  10.         } ifelse
  11.     } {
  12.         pop
  13.     } ifelse
  14.